Site Search


Chinese diesel heaters - general review

It's been a struggle for me to live comfortably in my motorhome, but then again it's my first winter so here's the first product I'd like to recommend to anyone out there, RV or not that is freezing and just wants to stay a little warmer.

Same old, same old

Nothing new is going on here, still doing these New York City loads on Mondays and Tuesdays. My truck was turned in last week for body work, scheduled to be done when I arrived on Thursday, but it wasn't. Ended up in Indianapolis with a load dropped at Johnson & Johnson. I was supposed to ...


2016-07-12 21:05:34

How to Get Facebook Access Token

STEP 1 - create the redirect_uri page

First, create a simple php script in your local web server, which has the Canvas URL (redirect_uri) you set creating your Facebook App in STEP 3. I set this URL to h...


Syntax highlighter

This is a test of some PHP code

	if(isset($_FILES['image'])){
		$errors= array();
		$file_name = $_FILES['image']['name'];
		$file_size = $_FILES['image']['size'];
		$file_tmp = $_FILES['image']['tmp_name'];
		$file_type= $_FILES['image']['type'];   
...